home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3filsectg.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  60 lines

  1.  
  2. // JavaScript wrapper for r3filsectg.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FILERSECTGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_FILERSECTGADGET = 1735;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3FILSECTGA_Sections = 1735500;
  19. function SetR3FILSECTGA_Sections(value) {
  20.   R3Set(this.r3obj, R3FILSECTGA_Sections, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3FILSECTGA_Sections() {
  24.   return R3Get(this.r3obj, R3FILSECTGA_Sections, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3FILSECTGA_EnableSections = 1735501;
  28. function SetR3FILSECTGA_EnableSections(value) {
  29.   R3Set(this.r3obj, R3FILSECTGA_EnableSections, value, R3TID_BOOLEAN, 0); 
  30. }
  31.  
  32. R3FILSECTGA_DisabledSections = 1735502;
  33. function SetR3FILSECTGA_DisabledSections(value) {
  34.   R3Set(this.r3obj, R3FILSECTGA_DisabledSections, value, R3TID_INTEGER, 0); 
  35. }
  36.  
  37. R3FILSECTGA_HiddenSections = 1735503;
  38. function SetR3FILSECTGA_HiddenSections(value) {
  39.   R3Set(this.r3obj, R3FILSECTGA_HiddenSections, value, R3TID_INTEGER, 0); 
  40. }
  41.  
  42.  
  43.  
  44. function r3Filersectgadget () { 
  45.    this.base = r3God;
  46.    if(arguments.length) {
  47.       this.base(R3CLID_FILERSECTGADGET, arguments);
  48.    }
  49.    // Methods
  50.  
  51.    // Attributes
  52.    this.GetSections=GetR3FILSECTGA_Sections;
  53.    this.SetSections=SetR3FILSECTGA_Sections;
  54.    this.SetEnableSections=SetR3FILSECTGA_EnableSections;
  55.    this.SetDisabledSections=SetR3FILSECTGA_DisabledSections;
  56.    this.SetHiddenSections=SetR3FILSECTGA_HiddenSections;
  57. }
  58.  
  59. r3Filersectgadget.prototype=new r3Gadget;
  60. // r3filsectg.h_H